@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto:wght@100;300;400;500;700&display=swap');


*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container{
    width: 100%;
    min-height: 100vh;
    background-color: #ddd;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 2rem;
}

.container .title{
    width: 100%;
    height: 8rem;
    min-height: 10%;
    position: static;
    display: grid;
    background: url(title_tag.jpg);
    overflow: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1rem;
    border-radius: 1.5rem;
}

.container .title .logo{
    width: 6rem;
    height: 6rem;
    min-height: 10%;
    overflow: auto;
    margin: 10px;
}

.container .title .logo img{
    width: 6rem;
    height: 6rem;
    float: left;
    border-radius: 2rem;
}

.container .title .namebox{
    width: 100%;
    overflow:auto;
    position: absolute;
    padding-left: 5rem;
    margin: auto;
}

.container .title .namebox h1{
    text-align: center;
    display: grid;
    color: dimgray;
    font-size: 3rem;
    letter-spacing: 0.5rem;
    text-overflow: auto;
    text-shadow: 0.25rem 0.25rem whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.container .title .namebox h3{
    padding-left: 40rem;
    letter-spacing: 0.25rem;
    font-style: italic;
    font-family: cursive;
    text-shadow: 0.25rem 0.25rem grey;
    color: tomato;
    text-overflow: auto;
}

.midcontainer{
    width: 100%;
    min-height: 500px;
    position: inherit;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: table-cell;
    background-size: auto;
}


.midcontainer img{
    width: 800px;
    height: 450px;
    margin: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border-radius: 5rem;
    position: inherit;
    overflow: auto;
    background-size: cover;
}

.midcontainer h1{
    text-transform: uppercase;
    margin: auto;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: oblique;
    letter-spacing: 5px;
    text-align: center;
    text-shadow: 0.25rem 0.25rem gray;
}

.midcontainer h1 span{
    font-weight:900;
    color: deeppink;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.midcontainer h2{
    margin: auto;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 5rem;
    text-size-adjust: auto;
}

.midcontainer h2 span{
    margin: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: oblique;
    font-weight: 700;
    color: grey;
    font-size: larger;
}

.midcontainer p{
    font-style: oblique;
    font-size: 20px;
    margin: auto;
    margin-left: 30px;
    margin-top: 20px;
    margin-right: 20px;
    font-weight: bold;
    text-shadow: 0.15rem 0.15rem white;
}

.team{

    min-height: 30%;
    margin: auto;
    position: inherit;
    overflow: none;
    margin-top: 10px;
    margin-left: 10px;
    align-items: baseline;
}

.team h1{
    text-align: center;
    position: absolute;
    margin: auto;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    align-self:center;
    padding-left: 30rem;
    padding-top: 30px;
    font-size: 60px;
}















/* media queries*/
@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .container .title .namebox h3{
        padding-left: 18rem;
        letter-spacing: 0.25rem;
        font-style: italic;
        font-family: cursive;
        text-shadow: 0.25rem 0.25rem grey;
        color: tomato;
        text-overflow: auto;
    }
    

}

@media (max-width:950px){
    .midcontainer img{
        width: 800px;
        height: 380px;
        margin: auto;
        padding-left: 20px;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
        border-radius: 5rem;
        position: inherit;
        overflow: auto;
        background-size: cover;
    }

    .container .title .namebox h1{
        font-size: 4rem;
        padding-top: 5px;
    }

    .container .title .namebox h3{
        padding-left: 48rem;
        letter-spacing: 0.25rem;
        font-style: italic;
        font-size: 2rem;
        font-family: cursive;
        text-shadow: 0.25rem 0.25rem grey;
        color: tomato;
        text-overflow: auto;
    }

    .midcontainer h2{
        font-size: 30px;
        margin-left: 0%;
        text-decoration:wavy;
        text-shadow: 0.15rem 0.15rem white;
    }
    
    .midcontainer h1{
        font-size: 50px;
        text-shadow: 0.5rem 0.5rem gray;
    }

    .midcontainer p{
        font-style: oblique;
        font-size: 20px;
        margin: auto;
        margin-left: 20px;
        margin-top: 10px;
        margin-right: 20px;
        font-weight: bold;
        text-shadow: 0.15rem 0.15rem white;
    }

    
    
    
    .team h1{
        text-align: center;
        position: absolute;
        margin: auto;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 50px;
        padding-left: 30rem;
        font-weight: bolder;
        text-shadow: 0.5rem 0.5rem grey;
    }

}

@media (max-width:820px){

    .midcontainer img{
        width: 750px;
        height: 350px;
        margin: auto;
        padding-left: 20px;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
        border-radius: 5rem;
        position: inherit;
        overflow: auto;
        background-size: cover;
    }

    .container .title .namebox h1{
        font-size: 4rem;
        padding-top: 5px;
    }

    .container .title .namebox h3{
        padding-left: 48rem;
        letter-spacing: 0.25rem;
        font-style: italic;
        font-size: 2rem;
        font-family: cursive;
        text-shadow: 0.25rem 0.25rem grey;
        color: tomato;
        text-overflow: auto;
    }

    .midcontainer h2{
        font-size: 30px;
        margin-left: 0%;
        text-decoration:wavy;
        text-shadow: 0.15rem 0.15rem white;
    }
    
    .midcontainer h1{
        font-size: 50px;
        text-shadow: 0.5rem 0.5rem gray;
    }

    .midcontainer p{
        font-style: oblique;
        font-size: 20px;
        margin: auto;
        margin-left: 20px;
        margin-top: 10px;
        margin-right: 20px;
        font-weight: bold;
        text-shadow: 0.15rem 0.15rem white;
    }

    
    
    
    .team h1{
        text-align: center;
        position: absolute;
        margin: auto;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 50px;
        padding-left: 30rem;
        font-weight: bolder;
        text-shadow: 0.5rem 0.5rem grey;
    }
    

}

@media (max-width:650px){

    .midcontainer img{
        width: 650px;
        height: 350px;
        margin: auto;
        padding-left: 20px;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
        border-radius: 5rem;
        position: inherit;
        overflow: auto;
        background-size: cover;
    }

    .container .title .namebox h3{
        padding-left: 20rem;
        letter-spacing: 0.25rem;
        font-style: italic;
        font-size: 2.5rem;
        font-family: cursive;
        text-shadow: 0.25rem 0.25rem grey;
        color: tomato;
        text-overflow: auto;
    }
    
    .team h1{
        text-align: center;
        position: absolute;
        margin: auto;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 50px;
        padding-left: 18rem;
        font-weight: bolder;
        text-shadow: 0.5rem 0.5rem grey;
    }


}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

    .midcontainer img{
        width: 370px;
        height: 250px;
        margin: auto;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
        border-radius: 5rem;
        position: inherit;
        overflow: auto;
        background-size: cover;
    }

    .container .title .namebox h1{
        font-size: 2rem;
        padding-top: 20px;
    }

    .container .title .namebox h3{
        padding-left: 18rem;
        letter-spacing: 0.25rem;
        font-style: italic;
        font-family: cursive;
        text-shadow: 0.5rem 0.5rem grey;
        font-weight: 400;
        color: tomato;
        text-overflow: auto;
    }

    .midcontainer h2{
        font-size: 2.5rem;
        margin-left: 0%;
        text-decoration:wavy;
        text-shadow: 0.15rem 0.15rem white;
    }
    
    .midcontainer h1{
        font-size: 3rem;
    }

    .midcontainer p{
        font-size: 1.5rem;
    }

    .team h1{
        text-align: center;
        position: absolute;
        margin: auto;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 40px;
        padding-left: 8rem;
        font-weight: bolder;
        text-shadow: 0.5rem 0.5rem grey;
    }
    


}



